home *** CD-ROM | disk | FTP | other *** search
/ Megahits 5 / Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / archive / conv / texte / imagestudio.txt < prev    next >
Text File  |  1995-02-14  |  9KB  |  224 lines

  1. Short:    Image processing/conversion program v1.0.1
  2. Author:   Andy Dean and Graham Dean
  3. Uploader: adean@eleceng.ucl.ac.uk
  4. Type:     gfx/conv
  5.  
  6.    This document applies to version 1.0.1, written on 16th September
  7. 1994, Copyright (C) 1994 Andy Dean, Graham Dean.
  8.  
  9. Brief description
  10. =================
  11.  
  12.    ImageStudio is written for the casual graphics user who wishes to
  13. convert or manipulate various graphics formats on a modest Amiga
  14. system. There are several commercial offerings available, however the
  15. casual user is paying a lot of money for many facilities and options
  16. they would probably never use.
  17.  
  18.    Bitmap graphics, by their nature, usually require large amounts of
  19. RAM. One of the main objectives of ImageStudio was to reduce this
  20. burden by utilising virtual memory - most users have more spare hard
  21. disk space than spare RAM.
  22.  
  23.    ImageStudio works with several buffers at any one time (dependant on
  24. how many levels of undo are specified), each of these buffers can hold
  25. either colour-mapped or 24-bit images. For a detailed description of
  26. colour-mapped and 24-bit images, See Image types.
  27.  
  28. Copyright and Disclaimer
  29. ========================
  30.  
  31.    No guarantee of any kind is given that the programs described in
  32. this document are 100% reliable. You are using this material at your
  33. own risk. The authors *can not* be made responsible for any damage
  34. which is caused by using this program.
  35.  
  36.    The unregistered package is freeware, but still copyright by Andy
  37. Dean and Graham Dean. This means that you can copy it freely as long as
  38. you don't ask for a more than nominal copying fee.
  39.  
  40.    The registered version of the program *may not* be freely
  41. distributed.
  42.  
  43.    Permission is granted to include the unregistered package in
  44. Public-Domain collections, especially in the excellent Fred Fish Amiga
  45. Disk Library (including CD ROM versions of it). The distribution file
  46. may be uploaded to Bulletin Board Systems or FTP servers. If you want
  47. to distribute this program you must use the original distribution
  48. archive ImageStudio.lha.
  49.  
  50.    This program (or parts of it) may not be included or used in
  51. commercial programs unless by written permission from the authors.
  52.  
  53. Machine requirements
  54. ====================
  55.  
  56.    ImageStudio requires the following system to run:
  57.  
  58.    * Workbench 2.04 or above.
  59.  
  60.    * Around 1 megabyte of free memory.
  61.  
  62.    * Several megabytes of free hard disk space.
  63.  
  64.    If ImageStudio is run on an AGA machine (A1200 or A4000), it will
  65. use the new display modes and palette routines to improve the quality
  66. of the internal viewer images.
  67.  
  68. List of features
  69. ================
  70.  
  71.    General:
  72.    * Full 24-bit image buffers, with optimizations for colour-mapped
  73.      (palette based) images.
  74.    * Up to 100 levels of undo / redo.
  75.    * User configurable virtual memory.
  76.    * User saveable preferences.
  77.    * Operations applicable to the whole image or a selected region.
  78.    * Up to 256 greyshade preview window (with optional dither).
  79.    * Zoom on preview window.
  80.    * Internal / external viewers (external for 3rd party 24-bit
  81.      graphics cards).
  82.    * Loading / saving / manipulating of AGA image formats (e.g. 256
  83.      colours, HAM8) on non-AGA machines.
  84.    * Max image size of 32000 x 32000 (limited to 250 x 250 in the
  85.      unregistered version).
  86.    * Copy / paste to / from the system clipboard.
  87.    * Runs on all Workbench 2.04+ Amiga's - utilises AGA chipset if
  88.      available.
  89.    * On disk AmigaGuide and ASCII text documentation.
  90.    * Multi-level help error requesters.
  91.    * Standard Workbench2 interface.
  92.    * Public screen.
  93.    * Requires no third party libraries or utilities.
  94.  
  95.    Import:
  96.    * IFF-ILBM formats (Standard palette based, HAM6, HAM8, extra
  97.      halfbright, ILBM24)
  98.    * BMP
  99.    * GIF (conforming to GIF87a)
  100.    * JPEG (conforming to JFIF standard)
  101.    * PCX
  102.    * Targa
  103.    * Any installed Amiga datatype (with Workbench 2.1+)
  104.  
  105.    Export:
  106.    * IFF-ILBM formats (Standard palette based, HAM6, HAM8, extra
  107.      halfbright, ILBM24)
  108.    * BMP
  109.    * GIF (conforming to GIF87a)
  110.    * JPEG (conforming to JFIF standard)
  111.    * PCX
  112.    * Targa
  113.  
  114.    Colour Balance:
  115.    * All operations are available to the R,G,B components separately.
  116.    * Brightness ( upto ±100%)
  117.    * Contrast (non to full)
  118.    * Gamma ( + and - )
  119.  
  120.    Convolution:
  121.    * Built in convolutions: Blur, Sharpen, Emboss, Raise, Edge detect.
  122.    * User definable convolutions, load and save to disk.
  123.  
  124.    Effects:
  125.    * Built in effects: FlipX, FlipY, RollX, RollY, Negative, Greyscale,
  126.      Highlight, Shadow, Random, Pixelize, Remove isolated pixels.
  127.  
  128.    Scale:
  129.    * Crop to selected region.
  130.    * Increase / decrease scale by percentage or absolute image size.
  131.    * Simple scale or colour averaged.
  132.  
  133.    Colour reduction:
  134.    * Increase colour mapped images to 24-bit.
  135.    * Decrease number of colours in 24-bit or colour mapped images via
  136.      Heckbert median cut algorithm. Reduce to any number of colours
  137.      2-256 (not limited to powers of 2).
  138.    * Methods of palette colour choice: Colour distance, highest count
  139.      and weighted average.
  140.    * Dithers available for colour reduction: None, Floyd-Steinberg,
  141.      Burkes, Stucki, Sierra, Jarvis, Stevenson-Arce.
  142.  
  143.    Palette:
  144.    * Save current palette.
  145.    * Force palette onto current image, dithering if necessary (all
  146.      dithers available).
  147.  
  148. Shareware version
  149. =================
  150.  
  151.    To encourage users to register, the freely distributable version of
  152. ImageStudio is limited to loading in pictures upto 250x250 pixels. All
  153. other operations are available.
  154.  
  155.    For details on how to register, See How to register.
  156.  
  157. The authors
  158. ***********
  159.  
  160.    ImageStudio was written by Andy Dean and Graham Dean.
  161.  
  162.    Queries and orders (see How to register) should be sent to Graham at:
  163.  
  164.      Graham Dean,
  165.      14 Fielding Avenue,
  166.      Poynton,
  167.      Stockport,
  168.      Cheshire.
  169.      SK12 1YX
  170.      ENGLAND
  171.  
  172.    Andy can be reached for queries (no orders) via Internet Email at:
  173.  
  174.      adean@eleceng.ucl.ac.uk
  175.  
  176. ImageStudio HISTORY
  177. ~~~~~~~~~~~~~~~~~~~
  178. v1.0.0 - 12/09/94
  179. -----------------
  180. o       First release.
  181.  
  182. v1.0.1 - 16/09/94
  183. -----------------
  184. o       No longer dependant on v37+ of the diskfont.library, works fine with
  185.         v36 (non-scalable version).
  186.  
  187.  
  188. ============================= Archive contents =============================
  189.  
  190. Original  Packed Ratio    Date     Time    Name
  191. -------- ------- ----- --------- --------  -------------
  192.      632     277 56.1% 12-Sep-94 20:48:12  ImageStudio-1.0.1/Convolves.info
  193.      275     162 41.0% 22-Jul-94 17:22:54  ImageStudio-1.0.1/Convolves/Texture
  194.      632     279 55.8% 16-Sep-94 14:11:40  ImageStudio-1.0.1/Docs.info
  195.      230     156 32.1% 16-Sep-94 14:04:02  ImageStudio-1.0.1/Docs/HISTORY.txt
  196.      463     239 48.3% 16-Sep-94 14:01:56  ImageStudio-1.0.1/Docs/HISTORY.txt.info
  197.    76317   24240 68.2% 16-Sep-94 14:00:00  ImageStudio-1.0.1/Docs/ImageStudio.guide
  198.      468     242 48.2% 16-Sep-94 14:01:56  ImageStudio-1.0.1/Docs/ImageStudio.guide.info
  199.    63816   21539 66.2% 16-Sep-94 13:59:08  ImageStudio-1.0.1/Docs/ImageStudio.txt
  200.      463     237 48.8% 16-Sep-94 14:01:56  ImageStudio-1.0.1/Docs/ImageStudio.txt.info
  201.     5764    2592 55.0% 16-Sep-94 14:03:30  ImageStudio-1.0.1/ImageStudio-1.0.1.readme
  202.      463     240 48.1% 13-Sep-94 22:12:02  ImageStudio-1.0.1/ImageStudio-1.0.1.readme.info
  203.   319332  125540 60.6% 16-Sep-94 10:16:34  ImageStudio-1.0.1/ImageStudioUNREGISTERED
  204.      514     381 25.8% 12-Sep-94 20:48:12  ImageStudio-1.0.1/ImageStudioUNREGISTERED.info
  205.      632     278 56.0% 12-Sep-94 20:48:12  ImageStudio-1.0.1/Palettes.info
  206.       66      57 13.6% 27-Jun-94 17:53:08  ImageStudio-1.0.1/Palettes/BlackWhite2.palette
  207.      108      91 15.7% 23-Jun-94 11:10:40  ImageStudio-1.0.1/Palettes/General16.palette
  208.      828     401 51.5% 23-Jun-94 11:31:50  ImageStudio-1.0.1/Palettes/General256.palette
  209.      156     110 29.4% 16-Jul-94 10:34:44  ImageStudio-1.0.1/Palettes/Pastel32.palette
  210.       72      66  8.3% 23-Jun-94 10:54:06  ImageStudio-1.0.1/Palettes/Workbench4.palette
  211.      632     281 55.5% 13-Sep-94 23:24:56  ImageStudio-1.0.1/Pics.info
  212.    32424   28620 11.7% 11-Aug-94 22:21:06  ImageStudio-1.0.1/Pics/CheetahFace_250x200.ilbm
  213.    40380   37498  7.1% 11-Aug-94 20:00:52  ImageStudio-1.0.1/Pics/ColourFace_200x250RED.ham
  214.    64078   16057 74.9% 29-Jul-94 17:39:06  ImageStudio-1.0.1/Pics/FW14B_250x250.bmp
  215.    18683   18683  0.0% 29-Jul-94 17:26:58  ImageStudio-1.0.1/Pics/FW14B_250x250.gif
  216.    44664   30577 31.5% 24-Jul-94 21:54:30  ImageStudio-1.0.1/Pics/FW14B_250x250.ilbm
  217.     8062    1907 76.3% 11-Aug-94 21:57:12  ImageStudio-1.0.1/Pics/HappyFace_240x250.bmp
  218.    15563   15563  0.0% 13-Sep-94 22:32:52  ImageStudio-1.0.1/Pics/MacLaren_250x200.jpg
  219.     8302    8302  0.0% 17-Sep-94 11:31:40  ImageStudio-1.0.1/Pics/Spitfire_250x200.jpg
  220.    75197   57094 24.0% 13-Sep-94 22:27:48  ImageStudio-1.0.1/Pics/Zebra_250x250.pcx
  221.      632     278 56.0% 12-Sep-94 20:48:14  ImageStudio-1.0.1.info
  222. -------- ------- ----- --------- --------
  223.   779848  391987 49.7% 21-Sep-94 11:31:58   30 files
  224.